home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1998 April: Mac OS SDK / Dev.CD Apr 98 SDK2.toast / Development Kits (Disc 2) / QuickTime™ VR 2.0 SDK / QTVR C⁄C++ Runtime API / Sample Code / VRShell Sample Code / VRShell / Application Files / MWPrefix.h < prev   
Encoding:
Text File  |  1997-05-22  |  417 b   |  21 lines  |  [TEXT/MPCC]

  1. // MW Prefix file
  2.  
  3.  
  4. // Precompiled headers:
  5. #ifdef powerc
  6. #include <MacHeadersPPC>
  7. #else
  8. #include <MacHeaders68k>
  9. #endif
  10.  
  11. // Definitions for the project
  12. #define DEBUG true
  13.  
  14. // If you want to signal that you are using SIOUX, enable the following flag:
  15. #define USESIOUX false
  16.  
  17. // If you want to restrict the framework to handle just one movie at a time, set this flag:
  18. // #define ONEMOVIELIMIT true
  19.  
  20.  
  21. #define __MWERKS__